home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Mac Power 1997 December
/
MACPOWER-1997-12.ISO.7z
/
MACPOWER-1997-12.ISO
/
MacPowerオリジナル
/
Edutainment World
/
チャンプジム for DEMO
/
DIR
/
mitt.dir
/
00106_Script_106
< prev
next >
Wrap
Text File
|
1997-09-29
|
407b
|
13 lines
on exitFrame
put the number of chars in field "qus" into Wnum
repeat with i=1 to Wnum
wait 10
puppetSound 3,"ヌサヌニヌネ"
set the foreColor of char i of line 1 of field "ans" to 146
put char i of line 1 of field "qus" into char i of line 1 of field "ans"
end repeat
put (the number of chars in field "ans") into lastNum
delete char Wnum+1 to lastNum of field "ans"
end